home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
dev
/
c
/
GAPLib.lha
/
GAPLib_Beta
/
wrappers
/
c_plus_plus
/
README.WRAPPER
< prev
next >
Wrap
Text File
|
1999-04-22
|
628b
|
15 lines
What is it?
wrapper.cc & GAP.hh make up a bare-bones C++ wrapper class for GAP-Lib.
And, yes, it is a single class (Efficient design is the key :-).
Concerning compatibility, I believe the wrapper should be compatible to
just about any C++ compiler. It does not fully adhere to standard C++, but
instead aims to use constructs compatible with as many compilers as possible.
The code should be pretty much self-explanatory and no claims of any kind
are made on it so feel free to use it as you like (Standard disclaimer still
applies though: I, the author will not be held responsible bla bla bla...).
-Peter (18/3-1999)